summaryrefslogtreecommitdiff
path: root/unotools
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-04-10 12:52:14 +0100
committerCaolán McNamara <caolanm@redhat.com>2012-04-10 12:52:14 +0100
commitdcf24756e5b866a62639ade71df4352f1b8471b1 (patch)
tree328d438ca8366234dc7d36b3ded76bd412bf47d5 /unotools
parent8a3aae9b694deb2b41157509e84815a5b7fb7655 (diff)
fix typo
Diffstat (limited to 'unotools')
-rw-r--r--unotools/inc/unotools/bootstrap.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/unotools/inc/unotools/bootstrap.hxx b/unotools/inc/unotools/bootstrap.hxx
index 922f41780b0e..d964cf31ca5d 100644
--- a/unotools/inc/unotools/bootstrap.hxx
+++ b/unotools/inc/unotools/bootstrap.hxx
@@ -62,7 +62,7 @@ namespace utl
static rtl::OUString getBuildIdData(rtl::OUString const& _sDefault);
/// retrieve the BuildVersion information item; uses the given default, if not found
- static rtl::OUString getBuildVersion(rtl::OUOUString const& _sDefault);
+ static rtl::OUString getBuildVersion(rtl::OUString const& _sDefault);
/// reload cached data
static void reloadData();