summaryrefslogtreecommitdiff
path: root/include/rtl/bootstrap.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-12-18 15:36:41 +0100
committerStephan Bergmann <sbergman@redhat.com>2013-12-18 15:36:41 +0100
commitf0e7b79db7ab60ae6be94658ec5a38d11fa75ec7 (patch)
treeb0c16d744524d2710ccdca32a8b86848374dade4 /include/rtl/bootstrap.hxx
parent33b59c555755283edbcb3bb50a44db153cb1c23f (diff)
URE headers do not have "using rtl::OUString"
Change-Id: I525b93371dbd89dafa6916f7c3696423f44753f6
Diffstat (limited to 'include/rtl/bootstrap.hxx')
-rw-r--r--include/rtl/bootstrap.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/rtl/bootstrap.hxx b/include/rtl/bootstrap.hxx
index 5ec010791029..b73c47c4fc10 100644
--- a/include/rtl/bootstrap.hxx
+++ b/include/rtl/bootstrap.hxx
@@ -80,7 +80,7 @@ namespace rtl
/** Opens a bootstrap argment container
@see rtl_bootstrap_args_open()
*/
- inline Bootstrap(const OUString & iniName);
+ inline Bootstrap(const rtl::OUString & iniName);
/** Closes a bootstrap argument container
@see rtl_bootstrap_args_close()
@@ -180,7 +180,7 @@ namespace rtl
_handle = 0;
}
- inline Bootstrap::Bootstrap(const OUString & iniName)
+ inline Bootstrap::Bootstrap(const rtl::OUString & iniName)
{
if(!iniName.isEmpty())
_handle = rtl_bootstrap_args_open(iniName.pData);