summaryrefslogtreecommitdiff
path: root/sfx2/source/view/frame.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/view/frame.cxx')
-rw-r--r--sfx2/source/view/frame.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sfx2/source/view/frame.cxx b/sfx2/source/view/frame.cxx
index 8d2a58218553..5b8bf1a7ff0a 100644
--- a/sfx2/source/view/frame.cxx
+++ b/sfx2/source/view/frame.cxx
@@ -469,10 +469,10 @@ void SfxFrame::GetTargetList( TargetList& rList ) const
{
// An empty string for 'No Target'
rList.push_back( new String() );
- rList.push_back( new String( DEFINE_CONST_UNICODE( "_top" ) ) );
- rList.push_back( new String( DEFINE_CONST_UNICODE( "_parent" ) ) );
- rList.push_back( new String( DEFINE_CONST_UNICODE( "_blank" ) ) );
- rList.push_back( new String( DEFINE_CONST_UNICODE( "_self" ) ) );
+ rList.push_back( new String( "_top" ) );
+ rList.push_back( new String( "_parent" ) );
+ rList.push_back( new String( "_blank" ) );
+ rList.push_back( new String( "_self" ) );
}
SfxViewFrame* pView = GetCurrentViewFrame();