summaryrefslogtreecommitdiff
path: root/include/unotest/bootstrapfixturebase.hxx
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2013-12-13 17:38:43 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2013-12-13 20:05:14 +0100
commit31cba7d34694f50ddf015b405688635b591ce2c0 (patch)
tree8ad14a5279a4c878834fe1640242028429b7b708 /include/unotest/bootstrapfixturebase.hxx
parentd843d64283c311f02ff663cb02d7ac5a4e744bfc (diff)
fixes for previous commit
Change-Id: Ic4f2d36ce901b88b47b43fdebba197daf8bd0373
Diffstat (limited to 'include/unotest/bootstrapfixturebase.hxx')
-rw-r--r--include/unotest/bootstrapfixturebase.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/unotest/bootstrapfixturebase.hxx b/include/unotest/bootstrapfixturebase.hxx
index de6a6e73e1a5..c447f4fa626e 100644
--- a/include/unotest/bootstrapfixturebase.hxx
+++ b/include/unotest/bootstrapfixturebase.hxx
@@ -57,6 +57,7 @@ public:
// return a URL to a given c-str path from the source directory
OUString getURLFromSrc( const char *pPath );
+ OUString getURLFromSrc( const OUString& rPath );
// return a Path to a given c-str path from the source directory
OUString getPathFromSrc( const char *pPath );