summaryrefslogtreecommitdiff
path: root/sd/source/ui/view/viewshe3.cxx
diff options
context:
space:
mode:
authorUrs Fässler <urs@bitzgi.ch>2013-03-19 22:24:19 +0100
committerUrs Fässler <urs@bitzgi.ch>2013-03-19 22:25:21 +0100
commit6e7ec40523fa4822ff5f66ad112ffcea6e823b3a (patch)
tree133efcc6613c415608c5b089f70e4a83a0cf5ce7 /sd/source/ui/view/viewshe3.cxx
parent0173e89ca254a18953615c07864d1da22e5149b5 (diff)
translation and cleanup of comments in sd/source/ui/view/
Change-Id: I988c0545600185c6b09131d27fb8480efddd947f
Diffstat (limited to 'sd/source/ui/view/viewshe3.cxx')
-rw-r--r--sd/source/ui/view/viewshe3.cxx13
1 files changed, 5 insertions, 8 deletions
diff --git a/sd/source/ui/view/viewshe3.cxx b/sd/source/ui/view/viewshe3.cxx
index 1e62a62620e7..54d5fcaf5871 100644
--- a/sd/source/ui/view/viewshe3.cxx
+++ b/sd/source/ui/view/viewshe3.cxx
@@ -80,12 +80,9 @@ using namespace ::rtl;
namespace sd {
-/*************************************************************************
-|*
-|* Status (Enabled/Disabled) von Menue-SfxSlots setzen
-|*
-\************************************************************************/
-
+/**
+ * set state (enabled/disabled) of Menu SfxSlots
+ */
void ViewShell::GetMenuState( SfxItemSet &rSet )
{
if( SFX_ITEM_AVAILABLE == rSet.GetItemState( SID_STYLE_FAMILY ) )
@@ -226,7 +223,7 @@ SdPage* ViewShell::CreateOrDuplicatePage (
const SfxItemSet* pArgs = rRequest.GetArgs();
if (! pArgs)
{
- // AutoLayouts muessen fertig sein
+ // AutoLayouts must be ready
pDocument->StopWorkStartupDelay();
// Use the layouts of the previous page and notes page as template.
@@ -259,7 +256,7 @@ SdPage* ViewShell::CreateOrDuplicatePage (
}
else if (pArgs->Count() == 4)
{
- // AutoLayouts muessen fertig sein
+ // AutoLayouts must be ready
pDocument->StopWorkStartupDelay();
SFX_REQUEST_ARG (rRequest, pPageName, SfxStringItem, ID_VAL_PAGENAME, sal_False);