summaryrefslogtreecommitdiffstats
path: root/sw/inc/docsh.hxx
diff options
context:
space:
mode:
authorChris Laplante <mostthingsweb@gmail.com>2014-05-25 21:26:51 -0400
committerNoel Grandin <noelgrandin@gmail.com>2014-05-27 01:46:44 -0500
commit0a3fe4c281be942e75b498073378b39a6e1a8ba7 (patch)
treefbab34cecc00bb6c2a0d7b74df79aecc7823591e /sw/inc/docsh.hxx
parentremove more unnecessary use of OUString constructor (diff)
downloadcore-0a3fe4c281be942e75b498073378b39a6e1a8ba7.tar.gz
core-0a3fe4c281be942e75b498073378b39a6e1a8ba7.zip
Remove ASCII art and useless comments from sw module
Change-Id: I3ba4ac78fd4810e006b1034bbe7c28b1803895d2 Reviewed-on: https://gerrit.libreoffice.org/9494 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'sw/inc/docsh.hxx')
-rw-r--r--sw/inc/docsh.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/sw/inc/docsh.hxx b/sw/inc/docsh.hxx
index 78ea8a1004e6..9760272e43ea 100644
--- a/sw/inc/docsh.hxx
+++ b/sw/inc/docsh.hxx
@@ -104,9 +104,9 @@ class SW_DLLPUBLIC SwDocShell: public SfxObjectShell, public SfxListener
/// Methods for StyleSheets
- // @param nSlot
- // Only used for nFamily == SFX_STYLE_FAMILY_PAGE. Identifies optional Slot by which the edit is triggered.
- // Used to activate certain dialog pane
+ /// @param nSlot
+ /// Only used for nFamily == SFX_STYLE_FAMILY_PAGE. Identifies optional Slot by which the edit is triggered.
+ /// Used to activate certain dialog pane
SAL_DLLPRIVATE sal_uInt16 Edit(
const OUString &rName,
const OUString& rParent,
@@ -242,9 +242,9 @@ public:
void _LoadStyles( SfxObjectShell& rSource, bool bPreserveCurrentDocument );
- // Show page style format dialog
- // @param nSlot
- // Identifies slot by which the dialog is triggered. Used to activate certain dialog pane
+ /// Show page style format dialog
+ /// @param nSlot
+ /// Identifies slot by which the dialog is triggered. Used to activate certain dialog pane
void FormatPage(
const OUString& rPage,
const OString& rPageId,