diff options
Diffstat (limited to 'unotest/inc')
-rw-r--r-- | unotest/inc/unotest/bootstrapfixturebase.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/unotest/inc/unotest/bootstrapfixturebase.hxx b/unotest/inc/unotest/bootstrapfixturebase.hxx index 9ede450c568a..300539682b8d 100644 --- a/unotest/inc/unotest/bootstrapfixturebase.hxx +++ b/unotest/inc/unotest/bootstrapfixturebase.hxx @@ -83,9 +83,6 @@ public: // return a URL to a given c-str path from the solver directory ::rtl::OUString getURLFromSolver( const char *pPath ); - // return a Path to a given c-str path from the solver directory - ::rtl::OUString getPathFromSolver( const char *pPath ); - virtual void setUp(); virtual void tearDown(); |