summaryrefslogtreecommitdiff
path: root/framework/source/services/substitutepathvars.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/source/services/substitutepathvars.cxx')
-rw-r--r--framework/source/services/substitutepathvars.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/framework/source/services/substitutepathvars.cxx b/framework/source/services/substitutepathvars.cxx
index 8f480f81cce0..6734ff030a5b 100644
--- a/framework/source/services/substitutepathvars.cxx
+++ b/framework/source/services/substitutepathvars.cxx
@@ -393,9 +393,9 @@ static const FixedVariable aFixedVarTable[] =
{ RTL_CONSTASCII_STRINGPARAM("$(brandbaseurl)"),PREDEFVAR_BRANDBASEURL, true }
};
-//_________________________________________________________________________________________________________________
+
// Implementation helper classes
-//_________________________________________________________________________________________________________________
+
OperatingSystem SubstitutePathVariables_Impl::GetOperatingSystemFromString( const OUString& aOSString )
{
@@ -488,9 +488,9 @@ void SubstitutePathVariables_Impl::Commit()
}
-//_________________________________________________________________________________________________________________
+
// private methods
-//_________________________________________________________________________________________________________________
+
OperatingSystem SubstitutePathVariables_Impl::GetOperatingSystem()
{
@@ -822,9 +822,9 @@ throw ( NoSuchElementException, RuntimeException )
return impl_getSubstituteVariableValue( aVariable );
}
-//_________________________________________________________________________________________________________________
+
// protected methods
-//_________________________________________________________________________________________________________________
+
IMPL_LINK_NOARG(SubstitutePathVariables, implts_ConfigurationNotify)
{