diff options
author | Philipp Riemer <ruderphilipp@gmail.com> | 2013-05-06 19:17:14 +0200 |
---|---|---|
committer | Philipp Riemer <ruderphilipp@gmail.com> | 2013-05-06 19:21:07 +0200 |
commit | e8eab43eebecfcaf277d01b1c99ea003199866e4 (patch) | |
tree | 0028d00a48b101c32c742c5eb6a4a487779432f1 /scripting | |
parent | cb33531fc46b227ee02adc38c87b63ac237c0392 (diff) |
cleanup whitespaces due to RTL_CONSTASCII_USTRINGPARAM removal
In e2e2cc61144cb22227eebfadff0ea24b51ccfbd0 the method was removed
automatically leaving several line breaks etc. as visual noise.
Diffstat (limited to 'scripting')
-rw-r--r-- | scripting/source/inc/util/scriptingconstants.hxx | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/scripting/source/inc/util/scriptingconstants.hxx b/scripting/source/inc/util/scriptingconstants.hxx index e45161ed1e6e..4abb254644ac 100644 --- a/scripting/source/inc/util/scriptingconstants.hxx +++ b/scripting/source/inc/util/scriptingconstants.hxx @@ -54,11 +54,9 @@ private: ScriptingConstantsPool& operator = ( const ScriptingConstantsPool & ); ScriptingConstantsPool() : DOC_REF( "SCRIPTING_DOC_REF" ), - DOC_STORAGE_ID( - "SCRIPTING_DOC_STORAGE_ID" ), + DOC_STORAGE_ID( "SCRIPTING_DOC_STORAGE_ID" ), DOC_URI( "SCRIPTING_DOC_URI" ), - RESOLVED_STORAGE_ID( - "SCRIPTING_RESOLVED_STORAGE_ID" ), + RESOLVED_STORAGE_ID( "SCRIPTING_RESOLVED_STORAGE_ID" ), SCRIPT_INFO( "SCRIPT_INFO" ), SCRIPTSTORAGEMANAGER_SERVICE( "/singletons/com.sun.star.script.framework.storage.theScriptStorageManager" ), |