diff options
author | Norah Abanimy <nabanimy@kacst.edu.sa> | 2012-07-30 10:34:33 +0300 |
---|---|---|
committer | Jan Holesovsky <kendy@suse.cz> | 2012-08-01 16:15:08 +0200 |
commit | 15a79a36b129d51972c02992248eae88715ddccf (patch) | |
tree | 572baf54bb1f315a1d5bd2ceb0f44adcd9c1592e /sd/inc/sdxmlwrp.hxx | |
parent | 0fc413a327242adc1eb4c196179fdf660229edc9 (diff) |
Convert documents to follow the doxygen standard
Change-Id: I9086f6129f61afba6b7d0317248756cde34f075b
Diffstat (limited to 'sd/inc/sdxmlwrp.hxx')
-rw-r--r-- | sd/inc/sdxmlwrp.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/inc/sdxmlwrp.hxx b/sd/inc/sdxmlwrp.hxx index 497674da62ca..6440d1a6ff3b 100644 --- a/sd/inc/sdxmlwrp.hxx +++ b/sd/inc/sdxmlwrp.hxx @@ -28,9 +28,9 @@ enum SdXMLFilterMode { - SDXMLMODE_Normal, // standard load and save of the complete document - SDXMLMODE_Preview, // only for import, only the first draw page and its master page is loaded - SDXMLMODE_Organizer // only for import, only the styles are loaded + SDXMLMODE_Normal, /// standard load and save of the complete document + SDXMLMODE_Preview, /// only for import, only the first draw page and its master page is loaded + SDXMLMODE_Organizer /// only for import, only the styles are loaded }; class SdXMLFilter : public SdFilter |