basrdll.hxx (234bd5c5) basrdll.hxx (7fef15a0)
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

--- 13 unchanged lines hidden (view full) ---

22
23
24#ifndef _BASRDLL_HXX
25#define _BASRDLL_HXX
26
27class ResMgr;
28
29#include <vcl/accel.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

--- 13 unchanged lines hidden (view full) ---

22
23
24#ifndef _BASRDLL_HXX
25#define _BASRDLL_HXX
26
27class ResMgr;
28
29#include <vcl/accel.hxx>
30#include "basic/basicdllapi.h"
30
31
31class BasicDLL
32class BASIC_DLLPUBLIC BasicDLL
32{
33private:
34 ResMgr* pSttResMgr;
35 ResMgr* pBasResMgr;
36
37 sal_Bool bDebugMode;
38 sal_Bool bBreakEnabled;
39

--- 16 unchanged lines hidden ---
33{
34private:
35 ResMgr* pSttResMgr;
36 ResMgr* pBasResMgr;
37
38 sal_Bool bDebugMode;
39 sal_Bool bBreakEnabled;
40

--- 16 unchanged lines hidden ---