SidebarResource.hxx (ff12d537) | SidebarResource.hxx (95a18594) |
---|---|
1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance --- 11 unchanged lines hidden (view full) --- 20 *************************************************************/ 21 22#ifndef SFX_SIDEBAR_RESOURCE_HXX 23#define SFX_SIDEBAR_RESOURCE_HXX 24 25 26#include "Sidebar.hrc" 27#include <sfx2/sfxresid.hxx> | 1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance --- 11 unchanged lines hidden (view full) --- 20 *************************************************************/ 21 22#ifndef SFX_SIDEBAR_RESOURCE_HXX 23#define SFX_SIDEBAR_RESOURCE_HXX 24 25 26#include "Sidebar.hrc" 27#include <sfx2/sfxresid.hxx> |
28#include <tools/rc.hxx> |
|
28 | 29 |
30 |
|
29class SidebarResource : public Resource 30{ 31public: 32 SidebarResource (void) : Resource(SfxResId(RID_SIDEBAR_RESOURCE)){} 33 ~SidebarResource (void) { FreeResource(); } 34}; 35 36 37#endif | 31class SidebarResource : public Resource 32{ 33public: 34 SidebarResource (void) : Resource(SfxResId(RID_SIDEBAR_RESOURCE)){} 35 ~SidebarResource (void) { FreeResource(); } 36}; 37 38 39#endif |