summaryrefslogtreecommitdiffstats
path: root/sal/rtl/bootstrap.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sal/rtl/bootstrap.cxx')
-rw-r--r--sal/rtl/bootstrap.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sal/rtl/bootstrap.cxx b/sal/rtl/bootstrap.cxx
index 2a99e0aecda1..6455c35b2aaa 100644
--- a/sal/rtl/bootstrap.cxx
+++ b/sal/rtl/bootstrap.cxx
@@ -119,9 +119,9 @@ struct rtl_bootstrap_NameValue
OUString sName;
OUString sValue;
- inline rtl_bootstrap_NameValue()
+ rtl_bootstrap_NameValue()
{}
- inline rtl_bootstrap_NameValue(
+ rtl_bootstrap_NameValue(
OUString const & name, OUString const & value )
: sName( name ),
sValue( value )