summaryrefslogtreecommitdiff
path: root/framework/source/uielement/popuptoolbarcontroller.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-11-08 17:54:16 +0100
committerStephan Bergmann <sbergman@redhat.com>2013-11-08 17:54:16 +0100
commitdfe1a6fbd83beaddf21e885ae20098e40ffcace2 (patch)
tree1f419972191cd6b9d5077dca8a78f10cec8a5711 /framework/source/uielement/popuptoolbarcontroller.cxx
parentea1a7ba72e1bd50a12faff1f8180a5a44745715d (diff)
Unwind SFX_REFERER_USER
...and remove remaining unused content of sfx2/source/inc/referers.hxx. Change-Id: I5c533f63e13da930f6944af0e85d4b061c30e5b0
Diffstat (limited to 'framework/source/uielement/popuptoolbarcontroller.cxx')
-rw-r--r--framework/source/uielement/popuptoolbarcontroller.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/framework/source/uielement/popuptoolbarcontroller.cxx b/framework/source/uielement/popuptoolbarcontroller.cxx
index 4df44fb9694d..37d84dcbcc8a 100644
--- a/framework/source/uielement/popuptoolbarcontroller.cxx
+++ b/framework/source/uielement/popuptoolbarcontroller.cxx
@@ -33,7 +33,6 @@
#include <com/sun/star/frame/XDispatchProvider.hpp>
#define UNO_COMMAND_RECENT_FILE_LIST ".uno:RecentFileList"
-#define SFX_REFERER_USER "private:user"
namespace framework
{
@@ -310,7 +309,7 @@ NewToolbarController::execute( sal_Int16 /*KeyModifier*/ )
css::uno::Sequence< css::beans::PropertyValue > aArgs( 1 );
aArgs[0].Name = OUString( RTL_CONSTASCII_USTRINGPARAM( "Referer" ));
- aArgs[0].Value <<= OUString( RTL_CONSTASCII_USTRINGPARAM( SFX_REFERER_USER ) );
+ aArgs[0].Value <<= OUString( RTL_CONSTASCII_USTRINGPARAM( "private:user" ) );
dispatchCommand( m_aLastURL, aArgs, aTarget );
}