mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-11 09:24:40 +08:00
right paths in include statements
git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@58832 954022d7-b5bf-4e40-9824-e11837661b57
This commit is contained in:
committed by
Alexander Trofimov
parent
056092d978
commit
0a0a3ece2a
@ -68,6 +68,7 @@ namespace OOX
|
||||
return *this;
|
||||
}
|
||||
|
||||
/*
|
||||
AVSINLINE CString CPath::GetExtention(bool bIsPoint) const
|
||||
{
|
||||
int nFind = m_strFilename.ReverseFind('.');
|
||||
@ -79,6 +80,8 @@ namespace OOX
|
||||
|
||||
return m_strFilename.Mid(nFind);
|
||||
}
|
||||
*/
|
||||
/*
|
||||
AVSINLINE CString CPath::GetDirectory(bool bIsSlash) const
|
||||
{
|
||||
int nPos = m_strFilename.ReverseFind('\\');
|
||||
@ -93,10 +96,13 @@ namespace OOX
|
||||
return m_strFilename.Mid(0, nPos);
|
||||
}
|
||||
}
|
||||
*/
|
||||
/*
|
||||
AVSINLINE CString CPath::GetPath() const
|
||||
{
|
||||
return m_strFilename;
|
||||
}
|
||||
*/
|
||||
}
|
||||
|
||||
namespace OOX
|
||||
|
||||
Reference in New Issue
Block a user