summaryrefslogtreecommitdiff
path: root/sd/inc/drawdoc.hxx
diff options
context:
space:
mode:
authorNorah Abanimy <nabanimy@kacst.edu.sa>2012-07-30 10:34:33 +0300
committerJan Holesovsky <kendy@suse.cz>2012-08-01 16:15:08 +0200
commit15a79a36b129d51972c02992248eae88715ddccf (patch)
tree572baf54bb1f315a1d5bd2ceb0f44adcd9c1592e /sd/inc/drawdoc.hxx
parent0fc413a327242adc1eb4c196179fdf660229edc9 (diff)
Convert documents to follow the doxygen standard
Change-Id: I9086f6129f61afba6b7d0317248756cde34f075b
Diffstat (limited to 'sd/inc/drawdoc.hxx')
-rw-r--r--sd/inc/drawdoc.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/sd/inc/drawdoc.hxx b/sd/inc/drawdoc.hxx
index 5063f4bab29b..3e724439fac8 100644
--- a/sd/inc/drawdoc.hxx
+++ b/sd/inc/drawdoc.hxx
@@ -146,8 +146,8 @@ namespace sd
class SdDrawDocument : public FmFormModel
{
private:
- ::sd::Outliner* mpOutliner; // local outliner for outline mode
- ::sd::Outliner* mpInternalOutliner; // internal outliner for creation of text objects
+ ::sd::Outliner* mpOutliner; ///< local outliner for outline mode
+ ::sd::Outliner* mpInternalOutliner; ///< internal outliner for creation of text objects
Timer* mpWorkStartupTimer;
Timer* mpOnlineSpellingTimer;
sd::ShapeList* mpOnlineSpellingList;
@@ -169,7 +169,7 @@ private:
sal_Bool mbOnlineSpell;
sal_Bool mbSummationOfParagraphs;
- bool mbStartWithPresentation; // is set to true when starting with command line parameter -start
+ bool mbStartWithPresentation; ///< is set to true when starting with command line parameter -start
LanguageType meLanguage;
LanguageType meLanguageCJK;
LanguageType meLanguageCTL;
@@ -550,7 +550,7 @@ public:
sd::UndoManager* GetUndoManager() const;
- /* converts the given western font height to a corresponding ctl font height, deppending on the system language */
+ /** converts the given western font height to a corresponding ctl font height, deppending on the system language */
static sal_uInt32 convertFontHeightToCTL( sal_uInt32 nWesternFontHeight );
/** Get the style sheet pool if it was a SdStyleSheetPool.
@@ -639,8 +639,8 @@ private:
namespace sd
{
-// an instance of this guard disables modification of a document
-// during its lifetime
+/**an instance of this guard disables modification of a document
+ during its lifetime*/
class ModifyGuard
{
public: