Kaydet (Commit) d990a876 authored tarafından Miklos Vajna's avatar Miklos Vajna

sfx2: add missing header guard

Change-Id: Ide261670be475f5d54d9d12c701ad82470396aeb
üst 10a0cad9
...@@ -7,6 +7,9 @@ ...@@ -7,6 +7,9 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/. * file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/ */
#ifndef INCLUDED_SFX2_LOKHELPER_HXX
#define INCLUDED_SFX2_LOKHELPER_HXX
#include <sfx2/dllapi.h> #include <sfx2/dllapi.h>
class SfxViewShell; class SfxViewShell;
...@@ -23,4 +26,6 @@ public: ...@@ -23,4 +26,6 @@ public:
static int getViews(); static int getViews();
}; };
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment