summaryrefslogtreecommitdiff
path: root/autodoc/source/display/html/opageenv.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'autodoc/source/display/html/opageenv.cxx')
-rw-r--r--autodoc/source/display/html/opageenv.cxx9
1 files changed, 0 insertions, 9 deletions
diff --git a/autodoc/source/display/html/opageenv.cxx b/autodoc/source/display/html/opageenv.cxx
index a81050e3eed4..657dc49839f5 100644
--- a/autodoc/source/display/html/opageenv.cxx
+++ b/autodoc/source/display/html/opageenv.cxx
@@ -57,18 +57,9 @@ const String C_sIndexDir( "ix" );
namespace
{
-void CreateDirectory( const String & i_sPath );
void CreateDirectory( const csv::ploc::Path & i_rPath );
void
-CreateDirectory( const String & i_sPath )
-{
- csv::ploc::Directory aDirectory(i_sPath);
- if (NOT aDirectory.Exists())
- aDirectory.PhysicalCreate();
-}
-
-void
CreateDirectory( const csv::ploc::Path & i_rPath )
{
csv::ploc::Directory aDirectory(i_rPath);